VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / CompositeVisualTool Class / CompositeVisualTool Constructors / CompositeVisualTool Constructor(Boolean,VisualTool[])
Syntax Requirements SeeAlso
    CompositeVisualTool Constructor(Boolean,VisualTool[])
    Initializes a new instance of the CompositeVisualTool class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal disposeVisualToolsAfterUse
    A value indicating whether the composite visual tools must be disposed after use.
    As Boolean, _
    ByVal ParamArray visualTools
    An array of visual tools composed by this composite visual tool.
    () As VisualTool _
    )
     

    Parameters

    disposeVisualToolsAfterUse
    A value indicating whether the composite visual tools must be disposed after use.
    visualTools
    An array of visual tools composed by this composite visual tool.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also